* mouse.el (mouse-buffer-menu): Don't right-justify the buffer
authorJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 03:38:36 +0000 (03:38 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 03:38:36 +0000 (03:38 +0000)
name; this doesn't look nice if we use a proportional font.

lisp/mouse.el

index 0b3a1824f94d7652589eb47e6d2935443ba7e0be..e8658c68e6c353211ea434c488d235cc856b837d 100644 (file)
@@ -198,7 +198,7 @@ and selects that window."
                               (setq head (cons
                                           (cons
                                            (format
-                                            "%14s   %s"
+                                            "%-14s   %s"
                                             (buffer-name elt)
                                             (or (buffer-file-name elt) ""))
                                            elt)